List Properties

Description

The bulk of list properties are defined in the List properties property.

Name
Description
Fill container

(Applies only when control is inside a Panel Card container). Should the control expand to the size of its container? (The container can either be the PanelCard, or a 'Container' control with a sub-type of 'None'). TIP: If using a 'Container' control be sure to set the Container's height and width property.

Height

Specifies the height of the list control in the UX Component. Use CSS syntax to designate the control height. e.g. 2in, 100px, etc. If the 'Fill container' property is checked, then this property is hidden.

List properties

The bulk of list properties are defined in the List properties property, also known as the List Builder.

Width

Specifies the width of the list control in the UX Component. Use CSS syntax to designate the control height. e.g. 2in, 100px, etc. If the 'Fill container' property is checked, then this property is hidden.

See also the List Control section of the documentation for guides on implementing List controls in a UX component.

See Also